const golang.org/x/text/transform.initialBufSize
6 uses
golang.org/x/text/transform (current package)
transform.go#L564: const initialBufSize = 128
transform.go#L580: buf := [2 * initialBufSize]byte{}
transform.go#L581: dst := buf[:initialBufSize:initialBufSize]
transform.go#L582: src := buf[initialBufSize : 2*initialBufSize]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)